home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10193 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.sprintlink.net!mv!usenet
  3. From: ENGR@GSSI.MV.COM (Michael Furman)
  4. Subject: Re: COM & Parallel port readings
  5. Message-ID: <Dnt0p6.9DC@mv.mv.com>
  6. Mime-Version: 1.0
  7. Content-Type: Text/Plain; charset=US-ASCII
  8. Organization: GSSI
  9. Date: Tue, 5 Mar 1996 17:03:05 GMT
  10. References: <4hg5va$aqi@reznor.larc.nasa.gov>
  11. X-Newsreader: WinVN 0.99.7
  12. X-Nntp-Posting-Host: gssi.mv.com
  13.  
  14. In article <4hg5va$aqi@reznor.larc.nasa.gov>, d.s.bang@larc.nasa.gov says...
  15. > .......
  16. >Dear Everybody,
  17. >
  18. >I am new to this group and also new to C++.
  19. >I am trying to read in COM & Parallel ports, but I can't seem to be able 
  20. >to find any function that allows me to initialize these ports.  I've asked
  21. >many people, but they say there isn't any easy way to do it.  
  22. >
  23. It is highly depends on hardware and operating system - that is why there is 
  24. nothing about that in C++ language. Try ask in Windows newsgroup. Or try use 
  25. help for "OpenComm" (for WIN16) or "WaitCommEvent"(for WIN32). And I doubt if
  26. you could read data from parallel (printer) port without low level 
  27. programming.
  28. -- 
  29. <<< If you received it by E-mail: it is a copy of post to the newsgroup >>>
  30. ---------------------------------------------------------------
  31. Michael Furman,                       (603)893-1109
  32. Geophysical Survey Systems, Inc.  fax:(603)889-3984
  33. 13 Klein Drive - P.O. Box 97          engr@gssi.mv.com 
  34. North Salem, NH 03073-0097            71543.1334@compuserve.com
  35. ---------------------------------------------------------------
  36.  
  37.